UserVariable<T> 类别

代表使用者定义变数及值。

继承体系

System.Object
  IntervalZero.KINGSTAR.Base.Class.UserVariable<T>

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public class UserVariable<T> : UserVariable
Public Class UserVariable(Of T) Inherits UserVariable

 

UserVariable<T> 类别陈列了以下成员。

方法

 名称说明
GetValue取得一个使用者定义变数值。
SetValue设定一个使用者定义变数值。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间